home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id011.dxr / 00100.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  316 b   |  18 lines

  1. on exitFrame
  2.   if the timer < 5410 then
  3.     unloadMember("closedoven")
  4.     unloadMember("thermocorrect")
  5.     unloadMember("burntfood")
  6.     unloadMember("ovenpoweron")
  7.     unloadMember("ovenpoweroff")
  8.     unloadMember("thermohot")
  9.     go(the frame)
  10.   else
  11.     go(the frame + 1)
  12.   end if
  13. end
  14.  
  15. on mouseUp
  16.   go(100)
  17. end
  18.